CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - write bmp

搜索资源列表

  1. read-BMP

    0下载:
  2. BMP文件结构读写操作(图文)_c实现 -Read and write BMP file structure (graphic) _c achieve
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:98609
    • 提供者:cug
  1. rgb565_bmp

    0下载:
  2. 把rgb565格式的文件写成bmp文件,并显示出来。-Rgb565 format to write bmp files, and displayed.
  3. 所属分类:Graph program

    • 发布日期:2017-04-10
    • 文件大小:1789904
    • 提供者:chezuguo
  1. BMP

    0下载:
  2. 使用MFC读写BMP文件,对了解位图的数据格式很有帮助。-Read and write BMP files using MFC, for understanding the data format bitmap helpful.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-29
    • 文件大小:11889643
    • 提供者:zhangcht
  1. BMP_rw_code

    0下载:
  2. WRITE BMP FILE
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-06-03
    • 文件大小:15153071
    • 提供者:allenwu
  1. bmp

    0下载:
  2. 在用vc做程序时候,经常需要把输出的文本和图形保存到位图文件,当然可以有现成的控件来实现,但总不能如自己所愿,还是自己动手写吧!如下图: 一、实现方法   要把文本和图形保存到位图文件,只要对掌握位图结构有一定的了解,一切都ok呢。先必须要创建内存设备环境,然后内存设备环境创建的DIB区域,别忘了还要创建个CBitmap对象,CBitmap对象必须和DIB区域关联起来,把CBitmap对象选择到当前设备环境,然后在当前设备环境输出文本和图形就可以了。 -Vc
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:5610
    • 提供者:
  1. bmp-24

    0下载:
  2. 读写bmp图像,进行读写操作;得到图像的位图信息;-read or write bmp pictures
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-11
    • 文件大小:1081
    • 提供者:刘月
  1. bmp-font-bit

    0下载:
  2. 这是用C++ Builder写的两个位图转换成C51格式的提取程序源代码.仅供参考学习,请勿用于商业目的。谢谢 (1)EX1生成4096色16bit(双8bit)RGB数据 (2)EX2用于字库提取,采用横向扫描,可以在画图程序里输入汉字保存图片后转换, 但我推荐使用C51bbs上龙版的字模3输入汉字,然后保存图片或copy到画图程序,可以 很方便的制作各种菜单图片 如有什么问题可以Email跟我联系 95908@163.com 16:54 2004
  3. 所属分类:SCM

    • 发布日期:2017-05-07
    • 文件大小:1825577
    • 提供者:like
  1. bmplib-0.6.tar

    0下载:
  2. bmplib: Library to read and write BMP image files.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:16797
    • 提供者:Nar
  1. BMP

    0下载:
  2. 讀取.寫入BMP檔案,並且顯示圖片訊息,可以選擇輸入的檔案名稱以及輸出的檔案名稱-Read. Write BMP files, and display picture messages, you can choose to enter the file name and output file name
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-04
    • 文件大小:1404459
    • 提供者:HenryWu
  1. 09320_2

    0下载:
  2. BMP图像的读写,是图形图像处理的基础,很有用处-Read and write BMP images
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-11
    • 文件大小:2146656
    • 提供者:Crystal
  1. ReadWrightbmp

    0下载:
  2. 在Visual C++环境下读写bmp文件。该程序可用于图像处理,并对bmp格式的文件进行读写和处理。-In the Visual C++ environment to read and write bmp files. The program can be used for image processing, and bmp format for reading and writing and processing.
  3. 所属分类:Graph program

    • 发布日期:2017-05-01
    • 文件大小:623777
    • 提供者:赵伟
  1. MFC_BMP

    0下载:
  2. 自己写的MFC写的BMP图象处理程序,实现反色,直方图等简单的图象处理,同时支持8位,16位,32位BMP的变换,简单易懂,适合初学者.-Write your own MFC write BMP image processing procedures, to achieve the anti-color, histogram and other simple image processing, while supporting 8-bit, 16-bit, 32-bit BMP transfor
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3791630
    • 提供者:wei
  1. BMP_Image_Editor

    0下载:
  2. This Application Read, Edit and Write BMP Images.
  3. 所属分类:CSharp

    • 发布日期:2017-05-02
    • 文件大小:790966
    • 提供者:Ahmed Hashem
  1. bmp

    0下载:
  2. BMP文件读写例子 BMP文件读写例子-Examples to read and write BMP files
  3. 所属分类:File Operate

    • 发布日期:2017-04-05
    • 文件大小:8062
    • 提供者:pipa
  1. BMP

    0下载:
  2. BMP图像的读取与写入,全是用C代码编写。包括内存的开辟,调用,清空。涉及图像读取的许多关键点。-Read and write BMP images, all written with the C code. Including memory formation, call empty. Involving many of the key points the image to read.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2847
    • 提供者:王路佳
  1. bmp

    0下载:
  2. 这个程序是针对bmp文件图像的读入和输出,并能够进行图像格式转换-this code could read and write BMP image and image changes
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-08
    • 文件大小:9569
    • 提供者:xuming
  1. bmp

    0下载:
  2. 纯C语言下写的读写BMP文件的操作,方便大家查看修改-Write BMP file reading and pure C language under the operation, to facilitate the view changes
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-05
    • 文件大小:1806
    • 提供者:nanye
  1. BMP

    0下载:
  2. 用Visual C++写的读取位图文件BMP的程序,对初学者很有用-Using Visual C++ to write BMP bitmap file read procedure, useful for beginners
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-15
    • 文件大小:3925888
    • 提供者:后项
  1. BMP-jiema

    0下载:
  2. 这是根据ucgui写的用sd卡存储bmp图片并进行解密的程序-This is in accordance with the sd card ucgui write bmp image and decrypt stored procedures
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:4577
    • 提供者:王皓
  1. bmp

    0下载:
  2. bmp格式的图片的读写BMP format images read and write-BMP format images read and write
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3237957
    • 提供者:江强
« 12 3 4 5 6 7 8 9 10 ... 15 »
搜珍网 www.dssz.com